summaryrefslogtreecommitdiff
path: root/include/avmedia
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-18 16:43:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-18 19:17:01 +0200
commite9dad737b086537803210987ccbd9a59651c4613 (patch)
treeea35383b3007044e1013d79e46aaf5216de49a92 /include/avmedia
parent772bde754cfc7cbda6498b255272de0d8cf81b5f (diff)
Simplify MediaWindow::getMediaFilters
Change-Id: I6c2ed432d2d5472ec984ea6e48aa3435c464067f Reviewed-on: https://gerrit.libreoffice.org/81053 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/avmedia')
-rw-r--r--include/avmedia/mediawindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index 1a84a810576d..78e0b1a299a3 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -93,7 +93,7 @@ namespace avmedia
public:
- static void getMediaFilters( FilterNameVector& rFilterNameVector );
+ static FilterNameVector getMediaFilters();
/// @param o_pbLink if not 0, this is an "insert" dialog: display link
/// checkbox and store its state in *o_pbLink
static bool executeMediaURLDialog(weld::Window* pParent, OUString& rURL, bool *const o_pbLink);