diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-13 12:34:01 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 09:37:40 +0100 |
commit | dcf76c758d764c159b1c3755479ef7164d9233b7 (patch) | |
tree | d59f9597705d72bb0bc4ae1a891a5beee199e503 /include/svx/gallery1.hxx | |
parent | d5051efa3b67129a0eeca16334ea342f7e4107b8 (diff) |
gallery: add auxiliary .desktop style translation files.
Change-Id: I2f2f0d5d30fbcab83343f94fd16d9371baa380e5
Diffstat (limited to 'include/svx/gallery1.hxx')
-rw-r--r-- | include/svx/gallery1.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx index 912e337d59e8..4a7a9d3ad6c4 100644 --- a/include/svx/gallery1.hxx +++ b/include/svx/gallery1.hxx @@ -42,6 +42,7 @@ private: INetURLObject aThmURL; INetURLObject aSdgURL; INetURLObject aSdvURL; + INetURLObject aStrURL; sal_uInt32 nId; sal_Bool bReadOnly; sal_Bool bModified; @@ -62,6 +63,9 @@ public: const INetURLObject& GetThmURL() const { return aThmURL; } const INetURLObject& GetSdgURL() const { return aSdgURL; } const INetURLObject& GetSdvURL() const { return aSdvURL; } + const INetURLObject& GetStrURL() const { return aStrURL; } + + OUString ReadStrFromIni(const OUString &aKeyName ); sal_Bool IsReadOnly() const { return bReadOnly; } sal_Bool IsDefault() const; |