diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-11 17:53:40 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-11 23:12:30 +0200 |
commit | d4b387c5f1b5caddeed34affd670b7ce33ce205d (patch) | |
tree | e3b72eb9bc8f29269e8fd2f0d4f4b36d4f675d7b /cui/source/factory/dlgfact.cxx | |
parent | 8e81b988cef8ba6cbf4b122670be8e2c36cfc92e (diff) |
cleanup cut/paste .src changes and add 'Embed' check-box to src
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 5296dd5c01b9..08a1068f471d 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -471,7 +471,7 @@ void AbstractSearchProgress_Impl::Update() void AbstractSearchProgress_Impl::Sync() { - pDlg-> Sync(); + pDlg->Sync(); } void AbstractSearchProgress_Impl::SetFileType( const String& rType ) @@ -495,7 +495,7 @@ void AbstractTakeProgress_Impl::Update() void AbstractTakeProgress_Impl::Sync() { - pDlg-> Sync(); + pDlg->Sync(); } void AbstractTakeProgress_Impl::SetFile( const INetURLObject& rURL ) @@ -525,7 +525,7 @@ void VclAbstractRefreshableDialog_Impl::Update() void VclAbstractRefreshableDialog_Impl::Sync() { - pDlg-> Sync(); + pDlg->Sync(); } String AbstractURLDlg_Impl::GetURL() const @@ -615,12 +615,12 @@ sal_uInt16 AbstractSvxSearchSimilarityDialog_Impl::GetShorter() sal_uInt16 AbstractSvxSearchSimilarityDialog_Impl::GetLonger() { - return pDlg-> GetLonger(); + return pDlg->GetLonger(); } sal_Bool AbstractSvxSearchSimilarityDialog_Impl::IsRelaxed() { - return pDlg-> IsRelaxed(); + return pDlg->IsRelaxed(); } // AbstractSvxTransformTabDialog implementations just forwards everything to the dialog |