summaryrefslogtreecommitdiff
path: root/padmin/source/prtsetup.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-15 20:37:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-17 09:35:26 +0000
commit5af4fff6d4dede7e60d407766f30e7191eeeee66 (patch)
treedae7e4bd1d9e63ac833887550ff5d2a4b034b729 /padmin/source/prtsetup.hxx
parentbe61350e8b078fbc34d820868d67f7e393bf93df (diff)
convert print properties tabdialog to .ui format
the dialog itself that is, two of the pages are in .ui format and the rest are pending conversion Change-Id: I5a22cf1603abb0400272ce8969c0b43a00ed7739
Diffstat (limited to 'padmin/source/prtsetup.hxx')
-rw-r--r--padmin/source/prtsetup.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/prtsetup.hxx b/padmin/source/prtsetup.hxx
index 1de4f8956c62..efc217084c2c 100644
--- a/padmin/source/prtsetup.hxx
+++ b/padmin/source/prtsetup.hxx
@@ -55,9 +55,9 @@ class RTSDialog : public TabDialog
String m_aPrinter;
// controls
- TabControl m_aTabControl;
- OKButton m_aOKButton;
- CancelButton m_aCancelButton;
+ TabControl* m_pTabControl;
+ OKButton* m_pOKButton;
+ CancelButton* m_pCancelButton;
// pages
RTSPaperPage* m_pPaperPage;
@@ -67,7 +67,7 @@ class RTSDialog : public TabDialog
RTSCommandPage* m_pCommandPage;
// some resources
- String m_aInvalidString;
+ OUString m_aInvalidString;
DECL_LINK( ActivatePage, TabControl* );
DECL_LINK( ClickButton, Button* );