summaryrefslogtreecommitdiff
path: root/inc/dpsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dpsource.hxx')
-rw-r--r--inc/dpsource.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/dpsource.hxx b/inc/dpsource.hxx
index 776c0e0..d274504 100644
--- a/inc/dpsource.hxx
+++ b/inc/dpsource.hxx
@@ -11,6 +11,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
+#include "global.hxx"
+
namespace com { namespace sun { namespace star {
namespace container {
class XNameAccess;
@@ -123,6 +125,8 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::util::XRefreshListener >& l )
throw (::com::sun::star::uno::RuntimeException);
+ SimpleSharedString& getSharedStrings();
+
private:
SourceProvider();
SourceProvider(const SourceProvider&);
@@ -130,6 +134,8 @@ private:
private:
::com::sun::star::uno::Reference<
::com::sun::star::container::XNameAccess> mxDimensions;
+
+ SimpleSharedString maSharedStrings;
};
}