diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 15:34:51 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 15:34:51 +0100 |
commit | ae19e5feff59f578d3f8de6fe9c27f9a57ba63d1 (patch) | |
tree | a00c53b58f0953f3b2febaafe744fdd903eaf203 /vbahelper | |
parent | 82b1d381cd7000675522fb2a075dd34545a1bbb2 (diff) |
#i10000#: remove obsolete empty files; trim duplicated header content
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx.rej | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx.rej b/vbahelper/source/vbahelper/vbahelper.cxx.rej deleted file mode 100644 index e6d2d95a7454..000000000000 --- a/vbahelper/source/vbahelper/vbahelper.cxx.rej +++ /dev/null @@ -1,45 +0,0 @@ -*************** -*** 67,73 **** - #include <toolkit/awt/vclxwindow.hxx> - #include <toolkit/helper/vclunohelper.hxx> - #include <com/sun/star/frame/XModel2.hpp> -- #include <com/sun/star/lang/XUnoTunnel.hpp> - #include <vcl/window.hxx> - #include <vcl/syswin.hxx> - #include <tools/diagnose_ex.h> ---- 67,72 ---- - #include <toolkit/awt/vclxwindow.hxx> - #include <toolkit/helper/vclunohelper.hxx> - #include <com/sun/star/frame/XModel2.hpp> - #include <vcl/window.hxx> - #include <vcl/syswin.hxx> - #include <tools/diagnose_ex.h> -*************** UserFormGeometryHelper::UserFormGeometryHelper( const uno::Reference< uno::XComp -*** 1117,1135 **** - double points = double( static_cast<double>(_hmm) / factor); - return points; - } -- -- SfxObjectShell* getSfxObjShell( const uno::Reference< frame::XModel >& xModel ) throw (uno::RuntimeException) -- { -- SfxObjectShell* pFoundShell = NULL; -- if ( xModel.is() ) -- { -- uno::Reference< lang::XUnoTunnel > xObjShellTunnel( xModel, uno::UNO_QUERY_THROW ); -- pFoundShell = reinterpret_cast<SfxObjectShell*>( xObjShellTunnel->getSomething(SfxObjectShell::getUnoTunnelId())); -- } -- if ( !pFoundShell ) -- throw uno::RuntimeException(); -- return pFoundShell; -- } - - } // openoffice - } //org ---- 1116,1122 ---- - double points = double( static_cast<double>(_hmm) / factor); - return points; - } -+ - - } // openoffice - } //org |