diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/view/viewshe2.cxx | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 60ccfca78b68..62395018fdde 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -44,8 +44,6 @@ class ScrollBarBox; class SdDrawDocument; class ScrollBar; -extern const String aEmptyStr; - namespace com { namespace sun { namespace star { namespace embed { class XEmbeddedObject; @@ -53,6 +51,8 @@ namespace embed { namespace sd { +extern const String aEmptyStr; + class DrawDocShell; class FrameView; class LayerTabBar; diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 16410c0e6af6..31dcf3752feb 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -72,12 +72,10 @@ using namespace com::sun::star; -#if !defined(DISABLE_DYNLOADING) // otherwise use the one in sw... -const String aEmptyStr; -#endif - namespace sd { +const String aEmptyStr; + /** * adjust Thumbpos and VisibleSize */ |