summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/linkdlg.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-13 22:25:07 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-13 22:25:07 +0100
commitcd7c2747e0d9f8827f81165f4ef0a8672b980377 (patch)
treec00e930168aa819af7eab1b165ee89006539e594 /cui/source/inc/linkdlg.hxx
parent#i107450#: build all other modules with new editeng lib (diff)
downloadcore-cd7c2747e0d9f8827f81165f4ef0a8672b980377.tar.gz
core-cd7c2747e0d9f8827f81165f4ef0a8672b980377.zip
#i107450#: move more code out of svx
Diffstat (limited to 'cui/source/inc/linkdlg.hxx')
-rw-r--r--cui/source/inc/linkdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx
index 4703079c9420..2234fce13281 100644
--- a/cui/source/inc/linkdlg.hxx
+++ b/cui/source/inc/linkdlg.hxx
@@ -48,7 +48,7 @@
*************************************************************************/
namespace sfx2
{
- class SvLinkManager;
+ class LinkManager;
class SvBaseLink;
}
@@ -83,7 +83,7 @@ class SvBaseLinksDlg : public ModalDialog
String aStrCloselinkmsg;
String aStrCloselinkmsgMulti;
String aStrWaitinglink;
- sfx2::SvLinkManager* pLinkMgr;
+ sfx2::LinkManager* pLinkMgr;
BOOL bHtmlMode;
SvTabListBox aTbLinks;
Timer aUpdateTimer;
@@ -126,10 +126,10 @@ class SvBaseLinksDlg : public ModalDialog
String& Closelinkmsg() { return aStrCloselinkmsg; }
String& CloselinkmsgMulti() { return aStrCloselinkmsgMulti; }
String& Waitinglink() { return aStrWaitinglink; }
- void SetManager( sfx2::SvLinkManager* );
+ void SetManager( sfx2::LinkManager* );
public:
- SvBaseLinksDlg( Window * pParent, sfx2::SvLinkManager*, BOOL bHtml = FALSE );
+ SvBaseLinksDlg( Window * pParent, sfx2::LinkManager*, BOOL bHtml = FALSE );
~SvBaseLinksDlg();
void SetActLink( sfx2::SvBaseLink * pLink );
};