Author: orw
Date: Thu Apr 4 08:13:24 2013
New Revision: 1464346
URL: http://svn.apache.org/r1464346
Log:
#121420# - fix some build errors on Linux
Modified:
openoffice/branches/sidebar/main/sfx2/inc/sfx2/navigat.hxx
openoffice/branches/sidebar/main/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
Modified: openoffice/branches/sidebar/main/sfx2/inc/sfx2/navigat.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/sfx2/inc/sfx2/navigat.hxx?rev=1464346&r1=1464345&r2=1464346&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/sfx2/inc/sfx2/navigat.hxx (original)
+++ openoffice/branches/sidebar/main/sfx2/inc/sfx2/navigat.hxx Thu Apr 4 08:13:24 2013
@@ -41,7 +41,7 @@ public:
SFX_DECL_CHILDWINDOW(SfxNavigatorWrapper);
};
-class SfxNavigator : public SfxDockingWindow
+class SFX2_DLLPUBLIC SfxNavigator : public SfxDockingWindow
{
SfxChildWindow* pWrapper;
Modified: openoffice/branches/sidebar/main/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx?rev=1464346&r1=1464345&r2=1464346&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx (original)
+++ openoffice/branches/sidebar/main/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx Thu
Apr 4 08:13:24 2013
@@ -44,7 +44,7 @@
#include <tools/fldunit.hxx>
#include "ParaBulletsPopup.hxx"
-#include "ParanumberingPopup.hxx"
+#include "ParaNumberingPopup.hxx"
#include "ParaLineSpacingPopup.hxx"
class FloatingWindow;
@@ -123,7 +123,7 @@ private:
::boost::scoped_ptr<SvxRelativeField> maLeftIndent;
::boost::scoped_ptr<SvxRelativeField> maRightIndent;
::boost::scoped_ptr<SvxRelativeField> maFLineIndent;
- ::boost::scoped_ptr<::svx::ToolboxButtonColorUpdater> mpColorUpdater;
+ ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
/**********************************************************
**
|