diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-22 12:33:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:20 +0100 |
commit | a983689039321013117a69ac2eba6ecbf85773ac (patch) | |
tree | ada44bcd91458ee987e56c78798a8c0773178312 /tools/inc | |
parent | a3b7b56eaaf6adce8efbbd1d40a06cc703311ee3 (diff) |
Implement conversion scheme for dialogs without changing their code
This supports a scheme where we can change over a dialog to GtkBuilder xml
without touching its code by the presence of a .ui file in the right place e.g.
share/config/soffice.cfg/cui/10000.ui for the zoom dialog
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/resmgr.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 283be1aa744f..5d46d0f26577 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -186,7 +186,8 @@ public: sal_uInt32 GetRemainSize(); - const rtl::OUString&GetFileName() const; + const rtl::OUString& GetFileName() const; + rtl::OUString getPrefixName() const; sal_Int16 ReadShort(); sal_Int32 ReadLong(); |