diff options
Diffstat (limited to 'sc/source/ui/app/inputwin.cxx')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index b9ddf6219081..d3c254ddd518 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -116,7 +116,6 @@ ScTextWndBase::ScTextWndBase( vcl::Window* pParent, WinBits nStyle ) } } -// class ScInputWindowWrapper SFX_IMPL_CHILDWINDOW_WITHID(ScInputWindowWrapper,FID_INPUTLINE_STATUS) @@ -146,7 +145,6 @@ SfxChildWinInfo ScInputWindowWrapper::GetInfo() const return aInfo; } -// class ScInputWindow static VclPtr<ScTextWndBase> lcl_chooseRuntimeImpl( vcl::Window* pParent, const SfxBindings* pBind ) { |