summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/certpath.hxx')
-rw-r--r--cui/source/options/certpath.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/options/certpath.hxx b/cui/source/options/certpath.hxx
index 65d9a77e1fdb..e8585e528785 100644
--- a/cui/source/options/certpath.hxx
+++ b/cui/source/options/certpath.hxx
@@ -48,20 +48,20 @@ private:
OKButton m_aOKBtn;
CancelButton m_aCancelBtn;
HelpButton m_aHelpBtn;
- rtl::OUString m_sAddDialogText;
- rtl::OUString m_sManual;
+ OUString m_sAddDialogText;
+ OUString m_sManual;
DECL_LINK(CheckHdl_Impl, SvxSimpleTable *);
DECL_LINK(AddHdl_Impl, void *);
DECL_LINK(OKHdl_Impl, void *);
void HandleCheckEntry(SvTreeListEntry* _pEntry);
- void AddCertPath(const rtl::OUString &rProfile, const rtl::OUString &rPath);
+ void AddCertPath(const OUString &rProfile, const OUString &rPath);
public:
CertPathDialog(Window* pParent);
~CertPathDialog();
- rtl::OUString getDirectory() const;
+ OUString getDirectory() const;
};
#endif