summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbarangehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbarangehelper.cxx')
-rw-r--r--sw/source/ui/vba/vbarangehelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarangehelper.cxx b/sw/source/ui/vba/vbarangehelper.cxx
index e1326a5fa6f1..b522c44ce788 100644
--- a/sw/source/ui/vba/vbarangehelper.cxx
+++ b/sw/source/ui/vba/vbarangehelper.cxx
@@ -60,7 +60,6 @@ uno::Reference< text::XTextRange > SwVbaRangeHelper::getRangeByPosition( const u
return xRange;
}
-
void SwVbaRangeHelper::insertString( uno::Reference< text::XTextRange >& rTextRange, uno::Reference< text::XText >& rText, const OUString& rStr, sal_Bool _bAbsorb ) throw ( uno::RuntimeException )
{
sal_Int32 nlastIndex = 0;
an title='2013-09-22 11:08:31 +0200'>2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl 2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl 2013-09-11Towards a working instdir for Mac OS XStephan Bergmann 2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan 2013-09-09pyuno: another filelist to make instdir betterMatúš Kukan 2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan 2013-09-09pyuno: install python scripts using filelistsMatúš Kukan 2013-08-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann 2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist 2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist 2013-08-15Mark as constTakeshi Abe 2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen 2013-07-29Remove whitespace from line endsStephan Bergmann 2013-07-29fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen 2013-07-24fdo#66025: Simplify new ImportError logicDavid Bolen 2013-07-24fdo#66025: Minor clean-up of previous patchDavid Bolen 2013-07-24fdo#66025: Improve ImportError raised from _uno_importDavid Bolen 2013-07-17remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen 2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr 2013-07-08pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401Michael Stahl 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-06-29reduce some spacingThomas Arnhold 2013-06-16PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli 2013-06-10Deprecated conversion from const wchar_t* to wchar_t*Fridrich Štrba 2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann 2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin 2013-05-14pyuno: remove obsolete makefilesMichael Stahl