summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:15 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:15 +0000
commit9db4d5ed6c4ee3acb5e933cbf1a43622714a978e (patch)
tree683f13ebb44cc75d05508c548f01d75244efd281 /svx
parent62778ea1f7e33eafefd3294dc1e6543bc88e4a28 (diff)
INTEGRATION: CWS cov2src (1.6.84); FILE MERGED
2005/10/18 14:14:09 rt 1.6.84.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/galtheme.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/galtheme.hxx b/svx/inc/galtheme.hxx
index 4ccf4345c888..997c0cb99f17 100644
--- a/svx/inc/galtheme.hxx
+++ b/svx/inc/galtheme.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: galtheme.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:50:26 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:07:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -103,6 +103,7 @@ private:
GalleryObjectList aObjectList;
String aImportName;
+ String m_aDestDir;
SotStorageRef aSvDrawStorageRef;
Gallery* pParent;
GalleryThemeEntry* pThm;
@@ -146,6 +147,9 @@ public:
const String& GetImportName() const { return aImportName; }
void SetImportName(const String& rImportName) { aImportName = rImportName; }
+ const String& GetDestDir() const { return m_aDestDir; }
+ void SetDestDir(const String& rDestDir) { m_aDestDir = rDestDir; }
+
const INetURLObject& GetThmURL() const { return pThm->GetThmURL(); }
const INetURLObject& GetSdgURL() const { return pThm->GetSdgURL(); }
const INetURLObject& GetSdvURL() const { return pThm->GetSdvURL(); }