summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-01 18:01:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-01 19:51:18 +0100
commit252f59b70223c8fdbd16532125a1089ff8c12c8b (patch)
treec8f6be814ba01b80a380e49c38bcebea81d0f42b /sd/inc
parentb993942622897fc64a1f7462189fa0463eb30e1c (diff)
adjust cgm import to make testing easier
Change-Id: I2979af77522e085075d4f1e1e379fe82e614163b
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdfilter.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx
index c88a490c2856..df1421f51727 100644
--- a/sd/inc/sdfilter.hxx
+++ b/sd/inc/sdfilter.hxx
@@ -43,6 +43,10 @@ public:
bool IsDraw() const { return mbIsDraw; }
virtual bool Export() = 0;
+#ifndef DISABLE_DYNLOADING
+ static ::osl::Module* OpenLibrary( const OUString& rLibraryName );
+#endif
+
protected:
css::uno::Reference< css::frame::XModel > mxModel;
css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator;
@@ -51,9 +55,6 @@ protected:
::sd::DrawDocShell& mrDocShell;
SdDrawDocument& mrDocument;
bool mbIsDraw : 1;
-#ifndef DISABLE_DYNLOADING
- static ::osl::Module* OpenLibrary( const OUString& rLibraryName );
-#endif
void CreateStatusIndicator();
private: