summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/SpellDialog.hxx10
-rw-r--r--cui/source/inc/about.hxx1
-rw-r--r--cui/source/inc/optlingu.hxx6
3 files changed, 8 insertions, 9 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index b2a9f94b17d7..4161407588fa 100644
--- a/cui/source/inc/SpellDialog.hxx
+++ b/cui/source/inc/SpellDialog.hxx
@@ -36,7 +36,7 @@
#include <memory>
#include <svtools/svmedit.hxx>
#include <svl/lstner.hxx>
-#include <svtools/fixedhyper.hxx>
+#include <vcl/fixedhyper.hxx>
#include <vcl/xtextedt.hxx>
#include <editeng/SpellPortions.hxx>
@@ -137,10 +137,10 @@ private:
FixedText aLanguageFT;
SvxLanguageBox aLanguageLB;
- HelpFixedText aExplainFT;
- svt::FixedHyperlink aExplainLink;
+ HelpFixedText aExplainFT;
+ FixedHyperlink aExplainLink;
- FixedText aNotInDictFT;
+ FixedText aNotInDictFT;
SentenceEditWindow_Impl aSentenceED;
FixedText aSuggestionFT;
@@ -201,7 +201,7 @@ private:
DECL_LINK( AddToDictClickHdl, PushButton* );
DECL_LINK( LanguageSelectHdl, SvxLanguageBox* );
DECL_LINK( DialogUndoHdl, SpellUndoAction_Impl* );
- DECL_LINK( HandleHyperlink, svt::FixedHyperlink * );
+ DECL_LINK( HandleHyperlink, FixedHyperlink * );
DECL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog * );
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx
index 28e2fa5e6d2a..4f824e314f84 100644
--- a/cui/source/inc/about.hxx
+++ b/cui/source/inc/about.hxx
@@ -23,7 +23,6 @@
#include <vcl/accel.hxx>
#include <svtools/svmedit.hxx>
#include <svtools/stdctrl.hxx>
-#include "svtools/fixedhyper.hxx"
#include <sfx2/basedlgs.hxx> ///< for SfxModalDialog
#include <vector>
diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx
index 75e4b1214063..b870f618f17e 100644
--- a/cui/source/inc/optlingu.hxx
+++ b/cui/source/inc/optlingu.hxx
@@ -23,7 +23,7 @@
#include <vcl/fixed.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/field.hxx>
-#include <svtools/fixedhyper.hxx>
+#include <vcl/fixedhyper.hxx>
#include <sfx2/tabdlg.hxx>
#include <svx/checklbx.hxx>
#include <svx/langbox.hxx>
@@ -59,7 +59,7 @@ class SvxEditModulesDlg : public ModalDialog
PushButton aPrioUpPB;
PushButton aPrioDownPB;
PushButton aBackPB;
- svt::FixedHyperlink aMoreDictsLink;
+ FixedHyperlink aMoreDictsLink;
FixedLine aButtonsFL;
HelpButton aHelpPB;
@@ -110,7 +110,7 @@ private:
FixedText aLinguOptionsFT;
SvxCheckListBox aLinguOptionsCLB;
PushButton aLinguOptionsEditPB;
- svt::FixedHyperlink aMoreDictsLink;
+ FixedHyperlink aMoreDictsLink;
String sCapitalWords;
String sWordsWithDigits;