diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 14:08:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-05 14:09:32 +0200 |
commit | 2186e3f8d667b5af9042dcb2c3f21509ec800d2a (patch) | |
tree | a5909bd3f768c882cd7ce7b4ebf71d825ef32f9f /sw | |
parent | 9bbfb78de44c93a19a7dc919f960e2ee17c17c4e (diff) |
Remove using directive that has become unused
...with 7ebed1d63e2ad5728fa81b65fa98f09b0406965d "fix windows build"
Change-Id: Ibb8182cbfab47fed117c731f24fa90519b20653b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/edtwin.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx index a24dd4fa486d..54e7333cc5c6 100644 --- a/sw/source/uibase/inc/edtwin.hxx +++ b/sw/source/uibase/inc/edtwin.hxx @@ -179,8 +179,6 @@ friend void PageNumNotify( SwViewShell* pVwSh, // timer for ApplyTemplates via mouse (in disguise Drag&Drop) DECL_LINK_TYPED( TemplateTimerHdl, Idle *, void ); - using OutputDevice::GetTextColor; - void MoveCursor( SwWrtShell &rSh, const Point& rDocPos, const bool bOnlyText, bool bLockView ); |